jtryba@jtryba:~$ cd ~
ls -lh PFES_REPO_001_bootstrap_kit_v1.zip
sha256sum PFES_REPO_001_bootstrap_kit_v1.zip
-rw-rw-r-- 1 jtryba jtryba 17K Jul 13 19:39 PFES_REPO_001_bootstrap_kit_v1.zip
6956de4211af6a1e86ca1b5d990baeacff39a2d1d818f81afc85db3968dc4ef0  PFES_REPO_001_bootstrap_kit_v1.zip
jtryba@jtryba:~$ cd ~
jtryba@jtryba:~$ unzip PFES_REPO_001_bootstrap_kit_v1.zip
cd ~/PFES_REPO_001_bootstrap_kit_v1
find . -maxdepth 3 -type f | sort
Archive:  PFES_REPO_001_bootstrap_kit_v1.zip
  inflating: PFES_REPO_001_bootstrap_kit_v1/README.md
  inflating: PFES_REPO_001_bootstrap_kit_v1/config/PFES_SNAPSHOT_IMPORT_REGISTER.json
  inflating: PFES_REPO_001_bootstrap_kit_v1/config/repository_layout.env.example
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/__pycache__/import_pfes_snapshots.cpython-313.pyc
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/import_pfes_snapshots.py
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/pf_git_recovery_bundle.sh
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/pf_repo_layout_init.sh
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/pf_repo_preflight.sh
  inflating: PFES_REPO_001_bootstrap_kit_v1/scripts/pf_repo_verify.sh
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/PFES_ARTIFACT_RECORD.example.json
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/PFES_ARTIFACT_RECORD.schema.json
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/pfes.gitattributes
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/pfes.gitignore
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/xbox-dvd-tools-v2.gitattributes
  inflating: PFES_REPO_001_bootstrap_kit_v1/templates/xbox-dvd-tools-v2.gitignore
./config/PFES_SNAPSHOT_IMPORT_REGISTER.json
./config/repository_layout.env.example
./README.md
./scripts/import_pfes_snapshots.py
./scripts/pf_git_recovery_bundle.sh
./scripts/pf_repo_layout_init.sh
./scripts/pf_repo_preflight.sh
./scripts/pf_repo_verify.sh
./scripts/__pycache__/import_pfes_snapshots.cpython-313.pyc
./templates/PFES_ARTIFACT_RECORD.example.json
./templates/PFES_ARTIFACT_RECORD.schema.json
./templates/pfes.gitattributes
./templates/pfes.gitignore
./templates/xbox-dvd-tools-v2.gitattributes
./templates/xbox-dvd-tools-v2.gitignore
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ cd ~/PFES_REPO_001_bootstrap_kit_v1

./scripts/pf_repo_preflight.sh /srv/project-frankenstein \
  2>&1 | tee ~/pf_repo_preflight.txt
Project Frankenstein repository preflight
timestamp_utc=2026-07-14T00:49:43Z
hostname=jtryba.com
kernel=Linux 6.8.0-117-generic x86_64 GNU/Linux

== Memory ==
               total        used        free      shared  buff/cache   available
Mem:           3.8Gi       1.1Gi       861Mi       6.4Mi       2.2Gi       2.7Gi
Swap:          3.8Gi        40Mi       3.8Gi

== Block devices and filesystems ==
NAME                      PATH                                SIZE TYPE FSTYPE      FSVER    LABEL UUID                                   MOUNTPOINTS MODEL            SERIAL
sda                       /dev/sda                          931.5G disk                                                                               ST1000NM0008-2F2 ZFA0LVAZ
├─sda1                    /dev/sda1                             1M part
├─sda2                    /dev/sda2                             2G part ext4        1.0            559b4a55-56d6-4f69-af28-c9bd78849817   /boot
└─sda3                    /dev/sda3                         929.5G part LVM2_member LVM2 001       5i83j2-Cy0p-XqfN-Twhw-upfN-mEM3-OcG0wC
  └─ubuntu--vg-ubuntu--lv /dev/mapper/ubuntu--vg-ubuntu--lv   100G lvm  ext4        1.0            fd2e3cb5-a869-450a-ac3f-21471560388b   /
sr0                       /dev/sr0                           1024M rom                                                                                hp DVDROM DH40N  K6IB69L2816

== Mounts ==
SOURCE                            FSTYPE     SIZE  USED  AVAIL USE% TARGET
udev                              devtmpfs   1.9G     0   1.9G   0% /dev
tmpfs                             tmpfs    390.7M  1.2M 389.5M   0% /run
/dev/mapper/ubuntu--vg-ubuntu--lv ext4      97.9G 26.1G  66.7G  27% /
tmpfs                             tmpfs      1.9G     0   1.9G   0% /dev/shm
tmpfs                             tmpfs        5M     0     5M   0% /run/lock
/dev/sda2                         ext4       1.9G  1.4G   425M  72% /boot
tmpfs                             tmpfs    390.7M   12K 390.7M   0% /run/user/1000

== Filesystem capacity ==
Filesystem                        Type  Size  Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-ubuntu--lv ext4   98G   27G   67G  29% /
/srv/project-frankenstein does not exist yet

== Git ==
git version 2.43.0

== SMART capability ==
smartctl not installed

READ-ONLY PREFLIGHT COMPLETE
No partition, filesystem, mount, or repository was modified.
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo -v

{
    echo "=== PROJECT FRANKENSTEIN STORAGE PREFLIGHT ==="
    date -Is
    echo

    echo "=== IDENTITY ==="
    id
    hostnamectl
    echo

    echo "=== PHYSICAL DISKS ==="
    lsblk -d -e 7 -o NAME,PATH,SIZE,MODEL,SERIAL,ROTA,TRAN,TYPE
    echo

    echo "=== BLOCK DEVICE LAYOUT ==="
    lsblk -e 7 -o NAME,PATH,SIZE,TYPE,FSTYPE,FSVER,LABEL,UUID,MOUNTPOINTS,PTTYPE,PARTTYPENAME
    echo

    echo "=== ROOT FILESYSTEM ==="
    findmnt -no TARGET,SOURCE,FSTYPE,OPTIONS /
    echo

    echo "=== FILESYSTEM USAGE ==="
    df -hT
    echo

    echo "=== PARTITION TABLES ==="
    sudo fdisk -l
    echo

    echo "=== UNALLOCATED REGIONS ==="
    if command -v parted >/dev/null 2>&1; then
        while read -r disk type; do
            if [ "$type" = "disk" ]; then
                echo
                echo "--- $disk ---"
                sudo parted -s "$disk" unit GiB print free
            fi
        done < <(lsblk -dpno NAME,TYPE)
    else
        echo "parted is not installed"
} 2>&1 | tee ~/pf_storage_partition_preflight.txtor|uncorrect|ext4.*error' |
[sudo] password for jtryba:
Sorry, try again.
[sudo] password for jtryba:
=== PROJECT FRANKENSTEIN STORAGE PREFLIGHT ===
2026-07-13T19:50:45-05:00

=== IDENTITY ===
uid=1000(jtryba) gid=1000(jtryba) groups=1000(jtryba),4(adm),24(cdrom),27(sudo),30(dip),33(www-data),46(plugdev),101(lxd)
 Static hostname: jtryba.com
       Icon name: computer-desktop
         Chassis: desktop 🖥️
      Machine ID: f76327b673b343b8889ea3ba0fef6bae
         Boot ID: b3f2eaea715449028eddea9f598d59fa
Operating System: Ubuntu 24.04.4 LTS
          Kernel: Linux 6.8.0-117-generic
    Architecture: x86-64
 Hardware Vendor: HP
  Hardware Model: ProLiant ML110 G6
Firmware Version: O27
   Firmware Date: Mon 2011-04-11
    Firmware Age: 15y 3month 2d

=== PHYSICAL DISKS ===
NAME PATH       SIZE MODEL            SERIAL      ROTA TRAN TYPE
sda  /dev/sda 931.5G ST1000NM0008-2F2 ZFA0LVAZ       1 ata  disk
sr0  /dev/sr0  1024M hp DVDROM DH40N  K6IB69L2816    1 ata  rom

=== BLOCK DEVICE LAYOUT ===
NAME                      PATH                                SIZE TYPE FSTYPE      FSVER    LABEL UUID                                   MOUNTPOINTS PTTYPE PARTTYPENAME
sda                       /dev/sda                          931.5G disk                                                                               gpt
├─sda1                    /dev/sda1                             1M part                                                                               gpt    BIOS boot
├─sda2                    /dev/sda2                             2G part ext4        1.0            559b4a55-56d6-4f69-af28-c9bd78849817   /boot       gpt    Linux filesystem
└─sda3                    /dev/sda3                         929.5G part LVM2_member LVM2 001       5i83j2-Cy0p-XqfN-Twhw-upfN-mEM3-OcG0wC             gpt    Linux filesystem
  └─ubuntu--vg-ubuntu--lv /dev/mapper/ubuntu--vg-ubuntu--lv   100G lvm  ext4        1.0            fd2e3cb5-a869-450a-ac3f-21471560388b   /
sr0                       /dev/sr0                           1024M rom

=== ROOT FILESYSTEM ===
/      /dev/mapper/ubuntu--vg-ubuntu--lv ext4   rw,relatime

=== FILESYSTEM USAGE ===
Filesystem                        Type   Size  Used Avail Use% Mounted on
tmpfs                             tmpfs  391M  1.2M  390M   1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv ext4    98G   27G   67G  29% /
tmpfs                             tmpfs  2.0G     0  2.0G   0% /dev/shm
tmpfs                             tmpfs  5.0M     0  5.0M   0% /run/lock
/dev/sda2                         ext4   2.0G  1.4G  425M  77% /boot
tmpfs                             tmpfs  391M   12K  391M   1% /run/user/1000

=== PARTITION TABLES ===
sudo: fdisk: command not found

=== UNALLOCATED REGIONS ===

--- /dev/sda ---
Model: ATA ST1000NM0008-2F2 (scsi)
Disk /dev/sda: 932GiB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start    End      Size     File system  Name  Flags
        0.00GiB  0.00GiB  0.00GiB  Free Space
 1      0.00GiB  0.00GiB  0.00GiB                     bios_grub
 2      0.00GiB  2.00GiB  2.00GiB  ext4
 3      2.00GiB  932GiB   930GiB
        932GiB   932GiB   0.00GiB  Free Space


=== LVM STATUS ===
  PV         VG        Fmt  Attr PSize    PFree
  /dev/sda3  ubuntu-vg lvm2 a--  <929.51g <829.51g
  VG        #PV #LV #SN Attr   VSize    VFree
  ubuntu-vg   1   1   0 wz--n- <929.51g <829.51g
  LV        VG        Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert Devices
  ubuntu-lv ubuntu-vg -wi-ao---- 100.00g                                                     /dev/sda3(0)

=== EXISTING FSTAB ===
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-3ed9oNvKjWlPkG3vUUcdDNfiJVYu9YStApN3lkzkpGveZo5P2AHTDxu444lNC9su / ext4 defaults 0 1
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/559b4a55-56d6-4f69-af28-c9bd78849817 /boot ext4 defaults 0 1
/swap.img       none    swap    sw      0       0

=== GIT ACCOUNT CHECK ===
git:x:1002:1002:,,,:/home/git:/bin/bash
git:x:1002:

=== RECENT STORAGE ERRORS ===

=== SMART STATUS ===
smartctl is not installed

READ-ONLY STORAGE PREFLIGHT COMPLETE
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ tar -czf ~/pf_storage_preflight_results.tar.gz \
    ~/pf_repo_preflight.txt \
    ~/pf_storage_partition_preflight.txt
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo apt update
sudo apt install -y smartmontools
Ign:1 http://download.webmin.com/download/repository sarge InRelease
Get:2 http://download.webmin.com/download/repository sarge Release [19.2 kB]
Hit:3 http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Get:6 http://download.webmin.com/download/repository sarge Release.gpg [181 B]
Hit:7 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Err:6 http://download.webmin.com/download/repository sarge Release.gpg
  The following signatures were invalid: 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (untrusted public key algorithm: dsa1024)
Fetched 19.3 kB in 1s (17.8 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
109 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://download.webmin.com/download/repository/dists/sarge/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.webmin.com/download/repository sarge Release: The following signatures were invalid: 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (untrusted public key algorithm: dsa1024)
W: Failed to fetch http://download.webmin.com/download/repository/dists/sarge/Release.gpg  The following signatures were invalid: 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (untrusted public key algorithm: dsa1024)
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gir1.2-girepository-2.0 libgirepository-1.0-1 linux-headers-6.8.0-100 linux-headers-6.8.0-100-generic linux-headers-6.8.0-38 linux-headers-6.8.0-38-generic linux-headers-6.8.0-39
  linux-headers-6.8.0-39-generic linux-headers-6.8.0-40 linux-headers-6.8.0-40-generic linux-headers-6.8.0-41 linux-headers-6.8.0-41-generic linux-headers-6.8.0-44
  linux-headers-6.8.0-44-generic linux-headers-6.8.0-45 linux-headers-6.8.0-45-generic linux-headers-6.8.0-47 linux-headers-6.8.0-47-generic linux-headers-6.8.0-48
  linux-headers-6.8.0-48-generic linux-headers-6.8.0-49 linux-headers-6.8.0-49-generic linux-headers-6.8.0-50 linux-headers-6.8.0-50-generic linux-headers-6.8.0-51
  linux-headers-6.8.0-51-generic linux-headers-6.8.0-63 linux-headers-6.8.0-63-generic linux-image-6.8.0-100-generic linux-image-6.8.0-38-generic linux-image-6.8.0-39-generic
  linux-image-6.8.0-40-generic linux-image-6.8.0-41-generic linux-image-6.8.0-44-generic linux-image-6.8.0-45-generic linux-image-6.8.0-47-generic linux-image-6.8.0-48-generic
  linux-image-6.8.0-49-generic linux-image-6.8.0-50-generic linux-image-6.8.0-51-generic linux-image-6.8.0-63-generic linux-modules-6.8.0-100-generic linux-modules-6.8.0-38-generic
  linux-modules-6.8.0-39-generic linux-modules-6.8.0-40-generic linux-modules-6.8.0-41-generic linux-modules-6.8.0-44-generic linux-modules-6.8.0-45-generic linux-modules-6.8.0-47-generic
  linux-modules-6.8.0-48-generic linux-modules-6.8.0-49-generic linux-modules-6.8.0-50-generic linux-modules-6.8.0-51-generic linux-modules-6.8.0-63-generic
  linux-modules-extra-6.8.0-100-generic linux-modules-extra-6.8.0-38-generic linux-modules-extra-6.8.0-39-generic linux-modules-extra-6.8.0-40-generic linux-modules-extra-6.8.0-41-generic
  linux-modules-extra-6.8.0-44-generic linux-modules-extra-6.8.0-45-generic linux-modules-extra-6.8.0-47-generic linux-modules-extra-6.8.0-48-generic linux-modules-extra-6.8.0-49-generic
  linux-modules-extra-6.8.0-50-generic linux-modules-extra-6.8.0-51-generic linux-modules-extra-6.8.0-63-generic linux-tools-6.8.0-100 linux-tools-6.8.0-100-generic linux-tools-6.8.0-38
  linux-tools-6.8.0-38-generic linux-tools-6.8.0-39 linux-tools-6.8.0-39-generic linux-tools-6.8.0-40 linux-tools-6.8.0-40-generic linux-tools-6.8.0-41 linux-tools-6.8.0-41-generic
  linux-tools-6.8.0-44 linux-tools-6.8.0-44-generic linux-tools-6.8.0-45 linux-tools-6.8.0-45-generic linux-tools-6.8.0-47 linux-tools-6.8.0-47-generic linux-tools-6.8.0-48
  linux-tools-6.8.0-48-generic linux-tools-6.8.0-49 linux-tools-6.8.0-49-generic linux-tools-6.8.0-50 linux-tools-6.8.0-50-generic linux-tools-6.8.0-51 linux-tools-6.8.0-51-generic
  linux-tools-6.8.0-63 linux-tools-6.8.0-63-generic python3-dbus python3-gi python3-netifaces
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
  smartmontools
0 upgraded, 1 newly installed, 0 to remove and 109 not upgraded.
Need to get 643 kB of archives.
After this operation, 2,211 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu noble/main amd64 smartmontools amd64 7.4-2build1 [643 kB]
Fetched 643 kB in 0s (1,819 kB/s)
Selecting previously unselected package smartmontools.
(Reading database ... 647467 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.4-2build1_amd64.deb ...
Unpacking smartmontools (7.4-2build1) ...
Setting up smartmontools (7.4-2build1) ...
/var/lib/smartmontools/drivedb/drivedb.h 7.3/5528 newly installed (NOT VERIFIED)
Created symlink /etc/systemd/system/multi-user.target.wants/smartd.service → /usr/lib/systemd/system/smartd.service.
Created symlink /etc/systemd/system/smartd.service → /usr/lib/systemd/system/smartmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /usr/lib/systemd/system/smartmontools.service.
smartd.service is a disabled or a static unit, not starting it.
Processing triggers for man-db (2.12.0-4build2) ...
Scanning processes...
Scanning processor microcode...
Scanning linux images...

Running kernel seems to be up-to-date.

The processor microcode seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo smartctl -H -A /dev/sda | tee ~/pf_smart_before.txt
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-117-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   077   063   044    Pre-fail  Always       -       51259648
  3 Spin_Up_Time            0x0003   097   097   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       8
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   084   060   045    Pre-fail  Always       -       332691729
  9 Power_On_Hours          0x0032   080   080   000    Old_age   Always       -       18006h+03m+26.114s
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       8
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   070   065   040    Old_age   Always       -       30 (Min/Max 28/34)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       588
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       760
194 Temperature_Celsius     0x0022   030   040   000    Old_age   Always       -       30 (0 22 0 0 0)
195 Hardware_ECC_Recovered  0x001a   077   063   000    Old_age   Always       -       51259648
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       17892h+56m+51.256s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       10867026422
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       170408536

jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo vgs ubuntu-vg
sudo lvs -a -o lv_name,vg_name,lv_size,devices
  VG        #PV #LV #SN Attr   VSize    VFree
  ubuntu-vg   1   1   0 wz--n- <929.51g <829.51g
  LV        VG        LSize   Devices
  ubuntu-lv ubuntu-vg 100.00g /dev/sda3(0)
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo lvs /dev/ubuntu-vg/project-frankenstein
  Failed to find logical volume "ubuntu-vg/project-frankenstein"
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo lvcreate \
  --size 800G \
  --name project-frankenstein \
  ubuntu-vg
  Logical volume "project-frankenstein" created.
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ sudo lvs -o lv_name,vg_name,lv_size,lv_path
sudo vgs ubuntu-vg
  LV                   VG        LSize   Path
  project-frankenstein ubuntu-vg 800.00g /dev/ubuntu-vg/project-frankenstein
  ubuntu-lv            ubuntu-vg 100.00g /dev/ubuntu-vg/ubuntu-lv
  VG        #PV #LV #SN Attr   VSize    VFree
  ubuntu-vg   1   2   0 wz--n- <929.51g <29.51g
jtryba@jtryba:~/PFES_REPO_001_bootstrap_kit_v1$ /dev/ubuntu-vg/project-frankenstein
-bash: /dev/ubuntu-vg/project-frankenstein: Permission denied
